body {
	line-height: 1.5;
}

/** Reset Bootstrap style **/
.btn-primary,
.btn-primary:hover,
.btn-primary.disabled,
.btn-primary:disabled,
.btn-secondary,
.btn-secondary:hover,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled):active,
.page-item.active .page-link {
	border-color: transparent;
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:active,
.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:active,
.form-control:focus {
	box-shadow: none !important;
}

.dropdown-item:focus,
.dropdown-item:hover,
.dropdown-item.active,
.dropdown-item:active {
	outline: none;
}

.dropdown-item:focus,
.dropdown-item:hover {
	background-color: transparent;
}

.navbar-brand {
	margin-right: 0;
}

.dropdown-menu {
	border-radius: 0;
}

/** Header **/
.container-header-wrapper {
	border-top: solid 4px;
}

.layout-zone-header .nav-link {
	font-weight: 400;
}

.layout-zone-header .fa {
	font-size: 1.2rem;
}

.order-item-wrap {
	position: relative;
}

.order-item-wrap .item-count {
	position: absolute;
	top: 15px;
	left: 30px;
	text-decoration: none;
	font-size: 0.750em;
	text-align: center;
	height: 1.1rem;
	min-width: 1.1rem;
	border-radius: 50%;
	padding: 1px;
	line-height: 1rem;
}

.account-dropdown .dropdown-menu {
	top: -3px !important;
	z-index: 99999;
}

.account-dropdown .nav-link {
	cursor: pointer;
}

.account-dropdown .nav-link:after {
	display: none;
}

.predictive-search-results .inner-div {
	padding: .25rem;
}

/** Navigation **/
.container-navigation .navbar {
	padding: 0;
}

.layout-zone-navigation .dropdown-menu .dropdown-divider {
	display: none;
}

.layout-zone-navigation a {
	font-weight: 300;
	text-transform: capitalize;
}

.layout-zone-navigation .dropdown-menu {
	z-index: 9999;
}

.search-input {
	color: #000 !important;
}

/** Slider **/
.container-slider.container-fluid {
	padding: 0;
}

.slide-image {
	min-height: 500px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-text-container {
	position: relative;
	display: flex;
	height: 100%;
	width: 100%;
	margin: 0 auto;
	min-height: inherit;
	padding: 0;
}

.slide-text-wrapper {
	position: absolute;
	width: 80%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	padding: 1rem;
}

.slide-header {
	font-weight: 900;
}

.slide-caption {
	font-weight: 300;
	margin-bottom: 1.5rem;
}

.btn-slider {
	padding: .5rem 1rem;
	font-size: 1rem;
}

/** Home **/
.container-ads-banner {
	padding-bottom: 2rem;
	padding-top: 2rem;
}

.home-header {
	font-weight: 300;
	text-align: center;
	margin: 2rem auto;
	text-transform: uppercase;
}

.header-bg {
	position: relative!important;
}

.home-products-hidden.home-vh {
	min-height: calc(100vh - 490px)!important;
}

/** Newsletters **/
.container-newsletters {
	padding-top: 2rem;
	padding-bottom: 2rem;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.newsletters-wrapper {
	text-align: center;
}

.newsletters-wrapper .fa-envelope {
	font-size: 3rem;
	margin-bottom: .75rem;
}

.newsletters-wrapper .newsletter-title {
	text-transform: uppercase;
	margin-bottom: 2rem;
}

.newsletters-wrapper .newsletter-desc {
	font-size: 1.25rem;
	margin-bottom: 1rem;
}

/** Footer **/
.container-footer {
	text-align: center;
}

.container-footer .layout-zone-footer {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.footer-header {
	text-transform: uppercase;
	margin-bottom: 1rem;
}

.footer-nav {
	flex-direction: column;
}

.footer-nav .nav-link {
	padding-left: 0;
	padding-right: 0;
	line-height: 1.2;
}

.predictive-search-results {
	z-index: 9999;
}

/** Slider Reset **/
.swiper-button-disabled {
	opacity: 0 !important;
	transition: all ease .5s;
}

.swiper-pagination-bullet {
	opacity: .8;
	width: .5rem;
	height: .5rem;
}

.swiper-pagination-bullet {
	opacity: 1;
}

.swiper-button-prev:focus,
.swiper-button-next:focus {
	outline: none;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
	opacity: 1;
}

.social-links .nav-item {
	margin: 5px;
}

.social-links .nav-link-social {
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
}

.social-links {
	margin-left: -5px;
}

@media (min-width: 576px) {
	.container-footer {
		text-align: left;
	}

	.layout-zone-footer .store-address {
		display: flex;
	}
}

@media (min-width: 992px) {
	.layout-zone-navigation .dropdown-item {
		padding: .25rem 1rem;
	}

	.btn-slider {
		padding: .75rem 2rem;
		font-size: 1.25rem;
	}

	.page-home header {
		z-index: 9999;
		width: 100%;
	}

	.slide-image {
		min-height: 700px;
	}

	.slide-text-wrapper {
		max-width: 500px;
	}

	.slide-text-wrapper.slide-position-left {
		left: 25px;
		transform: translate(0, -50%);
	}

	.slide-text-wrapper.slide-position-right {
		left: auto;
		right: 25px;
		transform: translate(0, -50%);
	}

	.slide-text-wrapper {
		padding: 1rem 2rem;
	}

	.swiper-pagination-bullet {
		width: 1rem;
		height: 1rem;
	}

	.home-header {
		margin: 2rem auto;
	}

	.container-ads-banner {
		padding-bottom: 5rem;
		padding-top: 5rem;
	}

	.container-newsletters {
		padding-top: 5rem;
		padding-bottom: 3rem;
	}

	.newsletters-wrapper .newsletter-desc {
		margin-bottom: 2rem;
	}

	.container-footer .layout-zone-footer {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
}

@media (min-width: 1200px) {
	.container-newsletters {
		padding-top: 10rem;
		padding-bottom: 5rem;
	}

	.slide-text-wrapper {
		max-width: 600px;
	}
}

@media (min-width: 1400px) {
	.container {
		max-width: 1200px;
	}
}

@media (max-width: 992px) {
	#header-wrapper {
		position: relative !important;
	}

	h2.slide-header {
		font-size: 3rem !important;
	}

	body h1,
	body .h1 {
		font-size: 1.625rem !important;
	}

	body h2,
	body .h2 {
		font-size: 1.5rem !important;
	}

	body h3,
	body .h3 {
		font-size: 1.375rem !important;
	}

	body h4,
	body .h4 {
		font-size: 1.25rem !important;
	}

	body h5,
	body .h5 {
		font-size: 1.125rem !important;
	}
}

@media (max-width: 768px) {
	h2.slide-header {
		font-size: 2rem !important;
	}

	p.slide-caption {
		font-size: 1rem !important;
	}
}